imag — Imaginary Part


\begin{rail}
Imag : 'imag' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
imag returns the imaginary part of the argument. If the argument is a matrix, then the operation is performed element-by-element, returning a matrix.

Subsections